home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / utility / 71 / utl / formater.doc < prev    next >
Encoding:
Internet Message Format  |  1986-11-21  |  3.4 KB

  1. Subject: the FORMATTER
  2.  
  3. Well, I have finished the latest version of the FORMATTER.  Here are the
  4. enhancements:
  5.  
  6.  * will load in either FORMAT.RSC for color display, or
  7.    will load in FORMATBW.RSC for monochrome display.
  8.  * FORMAT and EXIT buttons do not act as touchexits (I was using my own
  9.    button handler)
  10.  * right button will not create an exit condition for buttons (caused a
  11.    problem when clicking on it to exit from a Double Click alert box, and
  12.    had the mouse over a button)
  13.  
  14. Use the FORMATTER to format all of your disks, it is completely compatible with
  15. TOS.  Except disk copies of the 10 sector format.  Yes, TOS will copy a disk
  16. with 82 tracks to another with 82 tracks using disk copy.  File transfers are
  17. compatible in all formats.  For some reason, the 10 sector format using the
  18. FAST read format does not really read faster.  I believe this is due to the
  19. small I/O buffer used by TOS.  The preferred format for 2x I/O speed is 9
  20. sectors, either 80 or 82 tracks.  I personally format everything with 82 tracks
  21. and 9 sectors, unless I need raw storage.
  22.  
  23. enjoy,
  24. Mike Vederman
  25.  
  26. -------------------------------------------------------------------------------
  27.  
  28. To answer several people's questions.
  29.  
  30. The Formatter does not modify the operating system in anyway.  It is a
  31. stand-alone program which has the modified format code in it.  You can use
  32. the formatted disks just as you would a normal disk.  TOS has no idea that the
  33. disks are different, unless one is 80 and the other is 82 tracks.  You can do
  34. disk copies or file copies of disks, assumming that the format size (tracks
  35. and sectors) of the two disks are the same.
  36.  
  37. What the formatting algorithm does is this.  Bad sectors are placed at the
  38. end of all the tracks formatted.  When the WD1772 hits a bad sector, BOOM!
  39. the chip stops instantly with an error, and goes to the next track.  In this
  40. way, the WD1772 doesn't have to wait for synch info, it just goes.
  41.  
  42. -------------------------------------------------------------------------------
  43.  
  44. The Formatter which I posted recently does this to the disk...
  45. It places three bad sectors at the end of each track.  It does this by
  46. creating the sector, then placing a bad crc in the header.  When the WD1772
  47. sees the crc error, it gives up unconditionally.  This accounts for the
  48. increased speed.
  49.  
  50. NOTE:  The 10 sector format does not give an enhanced speed, this is probably
  51. due to the I/O buffer, but I don't know for sure.  The fastest speed is gained
  52. from single sided with 9 sectors per track, on either 80 or 82 tracks.  Double-
  53. sided disks seem to be a bit faster, but it is not as noticable as with SS.
  54.  
  55. If you want raw storage, then go to 10 sectors on 82 tracks.  Yes, TOS will
  56. disk copy 9 sectors on 82 tracks, it is not THAT dumb, and you will even see
  57. the status box go past the end when it reaches the last 2 tracks.  TOS will
  58. NOT however properly copy 10 sector formats.  I am currently working on a
  59. copier that will do this, and probably add it to the formatter.
  60.  
  61. I have never seen any disks formatted beyond 82 tracks, altho I have seen
  62. copiers which allow for 83.  The drives seem to vary in capabilities.  I have
  63. a friend who cannot format 82 tracks on one of his drives, but can on the
  64. other drive.  The one that CAN'T just clunks at the end.  Be cautious and
  65. alert when you do extended formats.  I have NEVER had any problems, and most
  66. of the people I know don't either, but there is always the exception.
  67.